home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / ftp-guide / mail < prev    next >
Text File  |  1995-11-12  |  335b  |  13 lines

  1. /* Mail arexx script by Christer Bjarnemo  mr.bjarnemo@mn.medstroms.se
  2.  *
  3.  * Due to the massive developing time, registration fee is $1000!  ;-)
  4.  *
  5.  */
  6.  
  7. mailer = "AmiTCP:bin/elm"
  8. /* mailer = "AmiTCP:bin/mailto" */
  9.  
  10. parse arg email
  11. if name = '' then do ; say 'USAGE: mail name@address' ; say ; quit ; end
  12. address command mailer' 'email
  13.